IE Style Smart TextBox
[ Visual Basic Articles | Articles | Home | Email ]
To use this technique, add a list box to your form and set its Visible property to False. This example fills the list at Form_Load with some likely selections. In a real app, youd add a new element to the list after each user entry is completed. Add this code to the form containing the text and list boxes:
Option Explicit #If Win32 Then